Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@arcblock/forge-util
Advanced tools
utils shared across mutlipe forge js libs, works in both node.js and browser
Utility functions to ease crypto/encoding related tasks, some methods are migrated from web3-utils
yarn add @arcblock/forge-util
# OR
npm i @arcblock/forge-util -S
const Util = require('@arcblock/forge-util');
console.log(Util.fromTokenToUnit(100)); // 100_0000_0000_0000_0000
console.log(Util.fromUnitToToken('1000000000000000000')); // 100
console.log(Util.isStrictHex('0x123abc')); // true
Following are the most used methods in @arcblock/forge-util
:
toHex
: convert any value to hex encoded stringfromUnitToToken
: convert human readable token presentation to big numberfromTokenToUnit
: convert big number to human readable token representationtoUint8Array
: convert any value to Uint8ArraytoBuffer
: convert any value to buffertoBase58
: convert any value to base58 formatfromBase58
: convert base58 format to buffertoBase64
: convert any value to base64 url encoded stringfromBase64
: convert base64 url encoded string to bufferUUID
: generate a random UUIDisUUID
: check if a string is valid UUIDtoDid
: prepend an did with did:abt:
prefixtoAddress
: remove did:abt:
prefixCheckout lib/index.d.ts for more API. Checkout tests/index.spec.js for more usage examples.
For full documentation, checkout https://forge-js.netlify.com
1.7.1 (September 08, 2022)
FAQs
utils shared across mutlipe forge js libs, works in both node.js and browser
The npm package @arcblock/forge-util receives a total of 111 weekly downloads. As such, @arcblock/forge-util popularity was classified as not popular.
We found that @arcblock/forge-util demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.